home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgphoto2-2 / camlibs / README.clicksmart310 < prev    next >
Encoding:
Text File  |  2009-01-07  |  2.3 KB  |  51 lines

  1. /* This is the README file for libgphoto2/camlibs/clicksmart310. This README 
  2.  * is an integral part of the libgphoto2/camlibs/clicksmart310 library source 
  3.  * code and is distributed with that source code under the LGPL license, a copy 
  4.  * of which license may be seen in any of the source files in 
  5.  * libgphoto2/camlibs/clicksmart310, 
  6.  * or in the head directory of libgphoto2. 
  7.  */ 
  8.  
  9.  
  10. The Logitech Clicksmart 310 camera is based upon a Sunplus spca50x chip, but 
  11. its command sequences are quite different from those cameras supported in 
  12. camlibs/spca50x. Hence, a separate library to support it. 
  13.  
  14. The camera will do 352x288 and 176x144 resolution settings. The camera (not
  15. the driver software) compresses all photos in JPEG format. High-resolution 
  16. and low-resolution settings use different compression algorithms; not only are
  17. the low-resolution photos of smaller pixel dimensions, but they are also more
  18. highly compressed. 
  19.  
  20. The hardware supports the following listed actions, all of which are 
  21. implemented here:
  22.  
  23. -- JPEG photo format for both high-resolution and low resolution settings 
  24. -- download all photos (gphoto2 -P)
  25. -- download any selected list of photos (gphoto2 -p)
  26. -- delete all photos on camera
  27. -- shoot a clip, which is saved by the OEM driver as an AVI file and we 
  28. save the clip frames here as individual photos. If you want to see a movie
  29. from them, then try using the ImageMagick function "animate."
  30.  
  31. The camera is "dual mode" and can also function as a webcam, supported by the 
  32. spca50x kernel module. All streaming video and all capture abilities of the 
  33. camera use isochronous data transmission and thus require support from 
  34. a kernel module. The hardware will not support the capture options of gphoto2. 
  35.  
  36. The user should be aware that access to this camera through gphoto2 will
  37. fail if attempted with the spca50x kernel module already loaded. In that event 
  38. the kernel module will already have claimed the camera. Thus, if you have the 
  39. kernel module please make sure it is not installed. You may need to add 
  40. spca50x to  /etc/hotplug/blacklist to ensure that the module is not 
  41. automatically installed when the camera is plugged in.  
  42.  
  43. Credits:
  44.  
  45. Russell Bell <russell@rickstewart.com> has done extensive testing, and has 
  46. also participated in the coding. 
  47.  
  48. Warranty: None.  
  49.  
  50. Theodore Kilgore <kilgota@auburn.edu> 
  51. 01/21/2006